home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00285.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  490 b   |  21 lines

  1. on NaviC
  2.   if rollOver(21) then
  3.     set the castNum of sprite 21 to 248
  4.     set the castNum of sprite 22 to 283
  5.     set the castNum of sprite 23 to 281
  6.     exit
  7.   end if
  8.   set the castNum of sprite 21 to 247
  9.   if rollOver(22) then
  10.     set the castNum of sprite 22 to 284
  11.     set the castNum of sprite 23 to 281
  12.     exit
  13.   end if
  14.   set the castNum of sprite 22 to 283
  15.   if rollOver(23) then
  16.     set the castNum of sprite 23 to 282
  17.     exit
  18.   end if
  19.   set the castNum of sprite 23 to 281
  20. end
  21.